const github.com/klauspost/compress/zstd.tableMatchLengths
10 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L567: case tableMatchLengths:
blockenc.go#L696: mlEnc, m = chooseComp(mlEnc, b.coders.mlPrev, &fsePredefEnc[tableMatchLengths])
blocktype_string.go#L73: _ = x[tableMatchLengths-2]
dict.go#L124: if err := readDec(tableMatchLengths, d.mlDec.fse); err != nil {
enc_best.go#L49: ofTT, mlTT := fsePredefEnc[tableOffsets].ct.symbolTT[ofc], fsePredefEnc[tableMatchLengths].ct.symbolTT[mlc]
fse_predefined.go#L30: maxTableSymbol = [3]uint8{tableLiteralLengths: maxLiteralLengthSymbol, tableOffsets: maxOffsetLengthSymbol, tableMatchLengths: maxMatchLengthSymbol}
fse_predefined.go#L33: bitTables = [3][]byte{tableLiteralLengths: llBitsTable[:], tableOffsets: nil, tableMatchLengths: mlBitsTable[:]}
fse_predefined.go#L42: tableMatchLengths tableIndex = 2
fse_predefined.go#L98: symbolTableX[tableMatchLengths] = tmp
fse_predefined.go#L128: case tableMatchLengths:
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |